C# Class DeployToAzure.Management.UnhandledHttpException

Inheritance: System.Exception
Show file Open project: mg-alfa-dev/DeployToAzure

Public Methods

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

Protected Methods

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

Method Details

UnhandledHttpException() public method

public UnhandledHttpException ( ) : System
return System

UnhandledHttpException() protected method

protected UnhandledHttpException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
return System

UnhandledHttpException() public method

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

UnhandledHttpException() public method

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