Class RemoteException
Base exception thrown by the Glue framework when remote errors are reported back to caller
Implements
System.Runtime.Serialization.ISerializable
  Inherited Members
      System.Exception.GetBaseException()
    
    
      System.Exception.GetType()
    
    
      System.Exception.ToString()
    
    
      System.Exception.Data
    
    
      System.Exception.HelpLink
    
    
      System.Exception.HResult
    
    
      System.Exception.InnerException
    
    
      System.Exception.Message
    
    
      System.Exception.Source
    
    
      System.Exception.StackTrace
    
    
      System.Exception.TargetSite
    
    
      System.Exception.SerializeObjectState
    
    
      System.Object.Equals(System.Object)
    
    
      System.Object.Equals(System.Object, System.Object)
    
    
      System.Object.GetHashCode()
    
    
      System.Object.MemberwiseClone()
    
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
  Namespace: NFX.Glue
Assembly: NFX.dll
Syntax
[Serializable]
public class RemoteException : GlueException, ISerializable
  Constructors
RemoteException(WrappedExceptionData)
Declaration
public RemoteException(WrappedExceptionData data)
  Parameters
| Type | Name | Description | 
|---|---|---|
| WrappedExceptionData | data | 
RemoteException(SerializationInfo, StreamingContext)
Declaration
protected RemoteException(SerializationInfo info, StreamingContext context)
  Parameters
| Type | Name | Description | 
|---|---|---|
| System.Runtime.Serialization.SerializationInfo | info | |
| System.Runtime.Serialization.StreamingContext | context | 
RemoteException(String, WrappedExceptionData)
Declaration
public RemoteException(string message, WrappedExceptionData data)
  Parameters
| Type | Name | Description | 
|---|---|---|
| System.String | message | |
| WrappedExceptionData | data | 
RemoteException(String, WrappedExceptionData, Exception)
Declaration
public RemoteException(string message, WrappedExceptionData data, Exception inner)
  Parameters
| Type | Name | Description | 
|---|---|---|
| System.String | message | |
| WrappedExceptionData | data | |
| System.Exception | inner | 
Fields
REMOTE_FLD_NAME
Declaration
public const string REMOTE_FLD_NAME = "RE-R"
  Field Value
| Type | Description | 
|---|---|
| System.String | 
Properties
Remote
Returns remote exception data
Declaration
public WrappedExceptionData Remote { get; }
  Property Value
| Type | Description | 
|---|---|
| WrappedExceptionData | 
Methods
GetObjectData(SerializationInfo, StreamingContext)
Declaration
public override void GetObjectData(SerializationInfo info, StreamingContext context)
  Parameters
| Type | Name | Description | 
|---|---|---|
| System.Runtime.Serialization.SerializationInfo | info | |
| System.Runtime.Serialization.StreamingContext | context | 
Overrides
Implements
      System.Runtime.Serialization.ISerializable