C# Class System.Runtime.Remoting.RemotingException

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

Public Methods

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

Protected Methods

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

Method Details

RemotingException() public method

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

RemotingException() protected method

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

RemotingException() public method

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

RemotingException() public method

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