C# Class System.Runtime.Remoting.ServerException

Inheritance: System.SystemException
Mostra file Open project: gbarnett/shared-source-cli-2.0

Public Methods

Method Description
ServerException ( ) : System.Runtime.Remoting
ServerException ( String message ) : System.Runtime.Remoting
ServerException ( String message, Exception InnerException ) : System.Runtime.Remoting

Private Methods

Method Description
ServerException ( SerializationInfo info, StreamingContext context ) : System.Runtime.Remoting

Method Details

ServerException() public method

public ServerException ( ) : System.Runtime.Remoting
return System.Runtime.Remoting

ServerException() public method

public ServerException ( String message ) : System.Runtime.Remoting
message String
return System.Runtime.Remoting

ServerException() public method

public ServerException ( String message, Exception InnerException ) : System.Runtime.Remoting
message String
InnerException System.Exception
return System.Runtime.Remoting