C# Класс clojure.lang.EdnReader.ReaderException

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

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

Метод Описание
ReaderException ( ) : System
ReaderException ( int line, int column, Exception e ) : System
ReaderException ( string msg ) : System
ReaderException ( string msg, Exception innerException ) : System

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

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

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

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

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

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

public ReaderException ( int line, int column, Exception e ) : System
line int
column int
e System.Exception
Результат System

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

public ReaderException ( string msg ) : System
msg string
Результат System

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

public ReaderException ( string msg, Exception innerException ) : System
msg string
innerException System.Exception
Результат System