C# Class ServiceStack.Text.Tests.DynamicModels.DataModel.CustomException

Inheritance: System.Exception
Datei anzeigen Open project: ServiceStack/ServiceStack.Text

Public Methods

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

Protected Methods

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

Method Details

CustomException() public method

public CustomException ( ) : System
return System

CustomException() protected method

protected CustomException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
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