C# Класс System.NotImplementedException

Наследование: Exception
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
NotImplementedException ( ) : System
NotImplementedException ( String message ) : System
NotImplementedException ( String message, Exception inner ) : System

Защищенные методы

Метод Описание
NotImplementedException ( SerializationInfo info, StreamingContext context ) : System

Описание методов

NotImplementedException() публичный метод

public NotImplementedException ( ) : System
Результат System

NotImplementedException() защищенный метод

protected NotImplementedException ( SerializationInfo info, StreamingContext context ) : System
info SerializationInfo
context StreamingContext
Результат System

NotImplementedException() публичный метод

public NotImplementedException ( String message ) : System
message String
Результат System

NotImplementedException() публичный метод

public NotImplementedException ( String message, Exception inner ) : System
message String
inner Exception
Результат System