C# Класс NCop.Mixins.Exceptions.TypeWeavingException

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

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

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

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

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

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

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

public TypeWeavingException ( Exception innerException ) : System
innerException System.Exception
Результат System

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

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

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

public TypeWeavingException ( string message = null ) : System
message string
Результат System

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

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

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

public TypeWeavingException ( string parameterName, string message = null ) : System
parameterName string
message string
Результат System