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: Azos.Glue
Assembly: Azos.dll
Syntax
[Serializable]
public class RemoteException : GlueException, ISerializable
Constructors
RemoteException(WrappedExceptionData)
Declaration
public RemoteException(WrappedExceptionData data)
Parameters
Type | Name | Description |
---|---|---|
Wrapped |
data |
RemoteException(SerializationInfo, StreamingContext)
Declaration
protected RemoteException(SerializationInfo info, StreamingContext context)
Parameters
Type | Name | Description |
---|---|---|
System. |
info | |
System. |
context |
RemoteException(String, WrappedExceptionData)
Declaration
public RemoteException(string message, WrappedExceptionData data)
Parameters
Type | Name | Description |
---|---|---|
System. |
message | |
Wrapped |
data |
RemoteException(String, WrappedExceptionData, Exception)
Declaration
public RemoteException(string message, WrappedExceptionData data, Exception inner)
Parameters
Type | Name | Description |
---|---|---|
System. |
message | |
Wrapped |
data | |
System. |
inner |
Fields
REMOTE_FLD_NAME
Declaration
public const string REMOTE_FLD_NAME = "RE-R"
Field Value
Type | Description |
---|---|
System. |
Properties
Remote
Returns remote exception data
Declaration
public WrappedExceptionData Remote { get; }
Property Value
Type | Description |
---|---|
Wrapped |
Methods
GetObjectData(SerializationInfo, StreamingContext)
Declaration
public override void GetObjectData(SerializationInfo info, StreamingContext context)
Parameters
Type | Name | Description |
---|---|---|
System. |
info | |
System. |
context |
Overrides
Implements
System.Runtime.Serialization.ISerializable