C# Class Microsoft.Web.Administration.ServerManagerException

Inheritance: System.Exception, ISerializable
Show file Open project: jexuswebserver/Microsoft.Web.Administration

Public Methods

Method Description
ServerManagerException ( ) : System
ServerManagerException ( string errorMessage ) : System
ServerManagerException ( string errorMessage, Exception exception ) : System
ServerManagerException ( string errorMessage, Exception exception, int errorCode ) : System
ServerManagerException ( string errorMessage, int errorCode ) : System
ToString ( ) : string

Method Details

ServerManagerException() public method

public ServerManagerException ( ) : System
return System

ServerManagerException() public method

public ServerManagerException ( string errorMessage ) : System
errorMessage string
return System

ServerManagerException() public method

public ServerManagerException ( string errorMessage, Exception exception ) : System
errorMessage string
exception System.Exception
return System

ServerManagerException() public method

public ServerManagerException ( string errorMessage, Exception exception, int errorCode ) : System
errorMessage string
exception System.Exception
errorCode int
return System

ServerManagerException() public method

public ServerManagerException ( string errorMessage, int errorCode ) : System
errorMessage string
errorCode int
return System

ToString() public method

public ToString ( ) : string
return string