C# Класс QUT.GPGen.StringInterpretException

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

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

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

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

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

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

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

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

StringInterpretException() защищенный Метод

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

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

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

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

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