C# Class NCop.Mixins.Exceptions.TypeWeavingException

Inheritance: System.ArgumentException
ファイルを表示 Open project: sagifogel/NCop

Public Methods

Method Description
TypeWeavingException ( Exception innerException ) : System
TypeWeavingException ( string message = null ) : System
TypeWeavingException ( string message, Exception innerException ) : System
TypeWeavingException ( string parameterName, string message = null ) : System

Protected Methods

Method Description
TypeWeavingException ( SerializationInfo info, StreamingContext context ) : System

Method Details

TypeWeavingException() public method

public TypeWeavingException ( Exception innerException ) : System
innerException System.Exception
return System

TypeWeavingException() protected method

protected TypeWeavingException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
return System

TypeWeavingException() public method

public TypeWeavingException ( string message = null ) : System
message string
return System

TypeWeavingException() public method

public TypeWeavingException ( string message, Exception innerException ) : System
message string
innerException System.Exception
return System

TypeWeavingException() public method

public TypeWeavingException ( string parameterName, string message = null ) : System
parameterName string
message string
return System