C# Класс Chaos.Portal.Core.Exceptions.AssemblyNotLoadedException

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

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

Метод Описание
AssemblyNotLoadedException ( ) : System.Runtime.Serialization
AssemblyNotLoadedException ( string message ) : System.Runtime.Serialization
AssemblyNotLoadedException ( string message, System innerException ) : System.Runtime.Serialization

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

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

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

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

public AssemblyNotLoadedException ( ) : System.Runtime.Serialization
Результат System.Runtime.Serialization

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

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

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

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

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

public AssemblyNotLoadedException ( string message, System innerException ) : System.Runtime.Serialization
message string
innerException System
Результат System.Runtime.Serialization