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

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

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

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

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

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

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

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

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

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

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

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

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

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

public AspectBuilderNotFoundException ( 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