C# Class ServiceStack.Server.Tests.Messaging.CustomException

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

Public Methods

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

Method Details

CustomException() public method

public CustomException ( ) : System
return System

CustomException() public method

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

CustomException() public method

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