OrderContextNotInitializedException Constructor
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Initializes a new instance of the OrderContextNotInitializedException class.
Overload List
Name | Description | |
---|---|---|
OrderContextNotInitializedException()()() | Initializes a new instance of the OrderContextNotInitializedException class. | |
OrderContextNotInitializedException(String) | Initializes a new instance of the OrderContextNotInitializedException class with the specified error message. | |
OrderContextNotInitializedException(SerializationInfo, StreamingContext) | Initializes a new instance of the OrderContextNotInitializedException class using the specified serialization information and streaming context. | |
OrderContextNotInitializedException(String, Exception) | Initializes a new instance of the OrderContextNotInitializedException class using the specified error message and a reference to the inner exception that is the cause of this exception. |
Top
Remarks
The exception that is thrown when a MappedStorageBase attempts to get an order system from Current, and the order context is nullNothingnullptra null reference (Nothing in Visual Basic).
See Also
Reference
OrderContextNotInitializedException Class