C# Class SPMeta2.Reverse.Exceptions.SPMeta2ReverseException

Inheritance: SPMeta2.Exceptions.SPMeta2Exception
显示文件 Open project: SubPointSolutions/spmeta2-reverse

Public Methods

Method Description
SPMeta2ReverseException ( ) : System
SPMeta2ReverseException ( string message ) : System
SPMeta2ReverseException ( string message, Exception inner ) : System

Protected Methods

Method Description
SPMeta2ReverseException ( System info, System context ) : System

Method Details

SPMeta2ReverseException() public method

public SPMeta2ReverseException ( ) : System
return System

SPMeta2ReverseException() protected method

protected SPMeta2ReverseException ( System info, System context ) : System
info System
context System
return System

SPMeta2ReverseException() public method

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

SPMeta2ReverseException() public method

public SPMeta2ReverseException ( string message, Exception inner ) : System
message string
inner System.Exception
return System