C# Class StaticProxy.Fody.WeavingException

Inheritance: System.Exception
Mostrar archivo Open project: BrunoJuchli/StaticProxy.Fody

Public Methods

Method Description
WeavingException ( string message ) : System
WeavingException ( string message, Exception innerException ) : System

Protected Methods

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

Method Details

WeavingException() protected method

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

WeavingException() public method

public WeavingException ( string message ) : System
message string
return System

WeavingException() public method

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