C# Class AppSecInc.ProcessDomain.Sample.RemoteException

Inheritance: System.Exception
Show file Open project: legendary-code/process-domain

Public Methods

Method Description
RemoteException ( SerializationInfo info, StreamingContext context ) : System
RemoteException ( string message ) : System

Method Details

RemoteException() public method

public RemoteException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
return System

RemoteException() public method

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