C# Класс CodeFiction.InfinityFiction.Structure.StructConverters.Exceptions.StructConverterException

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

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

Метод Описание
StructConverterException ( ) : System
StructConverterException ( Exception exp ) : System
StructConverterException ( SerializationInfo serializationInfo, StreamingContext context ) : System
StructConverterException ( string exceptionMessage ) : System
StructConverterException ( string exceptionMessage, Exception exp ) : System

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

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

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

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

public StructConverterException ( Exception exp ) : System
exp System.Exception
Результат System

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

public StructConverterException ( SerializationInfo serializationInfo, StreamingContext context ) : System
serializationInfo System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
Результат System

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

public StructConverterException ( string exceptionMessage ) : System
exceptionMessage string
Результат System

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

public StructConverterException ( string exceptionMessage, Exception exp ) : System
exceptionMessage string
exp System.Exception
Результат System