C# Класс System.UnauthorizedAccessException

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

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

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

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

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

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

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

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

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

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

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

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

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

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