NotImplementedException









How do I use Not Implemented Exception
Below are practical examples compiled from projects for learning and reference purposes

Featured Snippets


File name: PhotonNetwork.cs Copy
1269     public static void RefreshCloudServerRating()
1270     {
1271         throw new NotImplementedException("not available at the moment");
1272     }

NotImplementedException 160 lượt xem

Gõ tìm kiếm nhanh...