C# Класс System.MethodAccessException

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

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

Метод Описание
MethodAccessException ( ) : System.Runtime.InteropServices
MethodAccessException ( string message ) : System.Runtime.InteropServices
MethodAccessException ( string message, Exception inner ) : System.Runtime.InteropServices

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

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

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

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

public MethodAccessException ( ) : System.Runtime.InteropServices
Результат System.Runtime.InteropServices

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

protected MethodAccessException ( SerializationInfo info, StreamingContext context ) : System.Runtime.InteropServices
info SerializationInfo
context StreamingContext
Результат System.Runtime.InteropServices

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

public MethodAccessException ( string message ) : System.Runtime.InteropServices
message string
Результат System.Runtime.InteropServices

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

public MethodAccessException ( string message, Exception inner ) : System.Runtime.InteropServices
message string
inner Exception
Результат System.Runtime.InteropServices