C# Класс NCop.Aspects.Exceptions.AdviceNotFoundException

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

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

Метод Описание
AdviceNotFoundException ( Type aspectType ) : System
AdviceNotFoundException ( string message ) : System
AdviceNotFoundException ( string message, Exception innerException ) : System
GetObjectData ( SerializationInfo info, StreamingContext context ) : void

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

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

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

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

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

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

public AdviceNotFoundException ( Type aspectType ) : System
aspectType System.Type
Результат System

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

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

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

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

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

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