NBClrException represents a class that wraps a System::Exception or a subclass of a System::Exception.

C# | Visual Basic | Visual C++ | F# |
[SerializableAttribute] public sealed class NBClrException : NBRecoverableException, ISerializable
<SerializableAttribute> _ Public NotInheritable Class NBClrException _ Inherits NBRecoverableException _ Implements ISerializable
[SerializableAttribute] public ref class NBClrException sealed : public NBRecoverableException, ISerializable
[<SealedAttribute>] [<SerializableAttribute>] type NBClrException = class inherit NBRecoverableException interface ISerializable end

All Members | Methods | Properties | |||
Icon | Member | Description |
---|---|---|
![]() | AddNestedException(NBException) |
The AddNestedException method should not be called for NBClrException's
(Overrides NBException.AddNestedException(NBException).) |
![]() | Catalog |
Gets or sets The catalog that contains the exception message number.
(Inherited from NBException.) |
![]() | Data |
Gets a collection of key/value pairs that provide additional user-defined information about the exception.
(Inherited from NBException.) |
![]() | Dispose()()()() | (Inherited from NBException.) |
![]() | Equals(Object) | (Inherited from Object.) |
![]() | File |
Gets or sets the file that generated the exception.
(Inherited from NBException.) |
![]() | FormattedMessage(Boolean) |
Formats the exception as a string using the catalog provided in the exception itself.
(Inherited from NBException.) |
![]() | GetBaseException()()()() | When overridden in a derived class, returns the Exception that is the root cause of one or more subsequent exceptions. (Inherited from Exception.) |
![]() | GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetNestedExceptions()()()() |
Gets all the nested exceptions that belong to the current exception.
(Inherited from NBException.) |
![]() | GetObjectData(SerializationInfo, StreamingContext) |
Initializes a new instance of the Exception class with serialized data.
(Inherited from NBException.) |
![]() | GetSerializedException()()()() |
GetSerializedException returns the Serialized Exception Object carried within the NBClrException.
|
![]() | GetType()()()() | Gets the runtime type of the current instance. (Inherited from Exception.) |
![]() | HelpLink | Gets or sets a link to the help file associated with this exception. (Inherited from Exception.) |
![]() | InnerException | Gets the Exception instance that caused the current exception. (Inherited from Exception.) |
![]() | Label |
Gets or sets the label of the component or class that originated the exception.
(Inherited from NBException.) |
![]() | Line |
Gets or sets the line in the file where the exception was generated.
(Inherited from NBException.) |
![]() | Message | Gets a message that describes the current exception. (Inherited from Exception.) |
![]() | MessageAsFirstInsert |
Gets or sets a flag to request that the exception, when logged, contains the Message as the first insert.
(Inherited from NBException.) |
![]() | Method |
Gets or sets the name of the method which throws the exception.
(Inherited from NBException.) |
![]() | Name |
Gets or sets the name of the component or class that originated the exception.
(Inherited from NBException.) |
![]() | Number |
Gets or sets the Error number.
(Inherited from NBException.) |
![]() | Severity |
Gets or sets the severity of the exception.
(Inherited from NBException.) |
![]() | Source |
Gets or sets the message source of the message in the exception.
(Inherited from NBException.) |
![]() | StackTrace |
Gets a string representation of the immediate frames on the call stack.
(Inherited from NBException.) |
![]() | StackTraceAsLastInsert |
Gets or sets a flag to request that the exception, when logged, contains the StackTrace as its last insert.
(Inherited from NBException.) |
![]() | TargetSite | Gets the method that throws the current exception. (Inherited from Exception.) |
![]() | ThrowThis()()()() |
Instructs this object to throw itself.
(Overrides NBRecoverableException.ThrowThis()()()().) |
![]() | ToString()()()() | Creates and returns a string representation of the current exception. (Inherited from Exception.) |

NBClrException is used to carry a System::Exception through the broker as a serialized object.

Object | ||||
![]() | Exception | |||
![]() | NBException | |||
![]() | NBRecoverableException | |||
![]() | NBClrException |