C# Класс fs4net.Framework.RootedPathException

Наследование: System.IO.IOException
Показать файл Открыть проект

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

Метод Описание
RootedPathException ( ) : System
RootedPathException ( String message, Exception innerException ) : System
RootedPathException ( string message ) : System

Приватные методы

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

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

RootedPathException() публичный Метод

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

RootedPathException() публичный Метод

public RootedPathException ( String message, Exception innerException ) : System
message String
innerException System.Exception
Результат System

RootedPathException() публичный Метод

public RootedPathException ( string message ) : System
message string
Результат System