Click or drag to resize

SingletonException Class

Represents errors that occur while creating a singleton.
Inheritance Hierarchy

Namespace:  ImmerseSDK
Assembly:  ImmerseSDK.App (in ImmerseSDK.App.dll) Version: 3.5.0.0 (3.5.0.0)
Syntax
C#
[SerializableAttribute]
public class SingletonException : Exception
Constructors
  NameDescription
Public methodSingletonException
Initializes a new instance.
Public methodSingletonException(Exception)
Initializes a new instance with a reference to the inner exception that is the cause of this exception.
Public methodSingletonException(String)
Initializes a new instance with a specified error message.
Protected methodSingletonException(SerializationInfo, StreamingContext)
Initializes a new instance with serialized data.
Public methodSingletonException(String, Exception)
Initializes a new instance with a specified error message and a reference to the inner exception that is the cause of this exception.
Top
Remarks
http://msdn.microsoft.com/en-us/library/ms229064(VS.80).aspx
See Also