C# Class Cilador.Fody.Core.WeavingException

Inheritance: System.Exception
Show file Open project: rileywhite/Cilador

Public Methods

Method Description
WeavingException ( ) : System

Creates a new WeavingException

WeavingException ( string message ) : System

Creates a new WeavingException with the given message

WeavingException ( string message, Exception innerException ) : System

Creates a new WeavingException with the given message and inner exception

Private Methods

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

Deserializes a WeavingException

Method Details

WeavingException() public method

Creates a new WeavingException
public WeavingException ( ) : System
return System

WeavingException() public method

Creates a new WeavingException with the given message
public WeavingException ( string message ) : System
message string Error message for display to the user
return System

WeavingException() public method

Creates a new WeavingException with the given message and inner exception
public WeavingException ( string message, Exception innerException ) : System
message string Error message for display to the user
innerException System.Exception Original cause of the exception
return System