C# Class Windower.WindowerException

Inheritance: System.Exception
显示文件 Open project: Windower/Helper Class Usage Examples

Public Methods

Method Description
WindowerException ( ) : System
WindowerException ( ErrorCode error ) : System
WindowerException ( ErrorCode error, Exception inner ) : System
WindowerException ( ErrorCode error, string message ) : System
WindowerException ( ErrorCode error, string message, Exception inner ) : System
WindowerException ( string message ) : System
WindowerException ( string message, Exception inner ) : System

Private Methods

Method Description
Check ( ErrorCode error ) : void
GetMessage ( ErrorCode error ) : string
GetObjectData ( SerializationInfo info, StreamingContext context ) : void
WindowerException ( SerializationInfo info, StreamingContext context ) : System

Method Details

WindowerException() public method

public WindowerException ( ) : System
return System

WindowerException() public method

public WindowerException ( ErrorCode error ) : System
error ErrorCode
return System

WindowerException() public method

public WindowerException ( ErrorCode error, Exception inner ) : System
error ErrorCode
inner System.Exception
return System

WindowerException() public method

public WindowerException ( ErrorCode error, string message ) : System
error ErrorCode
message string
return System

WindowerException() public method

public WindowerException ( ErrorCode error, string message, Exception inner ) : System
error ErrorCode
message string
inner System.Exception
return System

WindowerException() public method

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

WindowerException() public method

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