System.Runtime.Remoting.ServerException.ServerException C# (CSharp) Method

ServerException() public method

public ServerException ( ) : System.Runtime.Remoting
return System.Runtime.Remoting
		public ServerException()
				: base(_nullMessage) {
			SetErrorCode(__HResults.COR_E_SERVER);			
		}

Same methods

ServerException::ServerException ( SerializationInfo info, StreamingContext context ) : System.Runtime.Remoting
ServerException::ServerException ( String message ) : System.Runtime.Remoting
ServerException::ServerException ( String message, Exception InnerException ) : System.Runtime.Remoting
ServerException