CommerceException Constructor (BCL)

Public Instance Constructor

Constructor Description
CommerceException Constructor Creates a new instance of the CommerceException class.
CommerceException Constructor(String) Creates a new instance of the CommerceException class with a specified error message.
CommerceException Constructor(String, COMException) Creates a new instance of the CommerceException class with a specified error message and a reference to the inner COM exception that is the cause of this exception.
CommerceException Constructor(String, Exception) Creates a new instance of the CommerceException class with a specified error message and a reference to the inner exception that is the cause of this exception.

 

Protected Instance Constructor

Constructor Description
CommerceException(SerializationInfo, StreamingContext) Creates a new instance of the CommerceException class with the specified serialization information and streaming context.

Copyright © 2005 Microsoft Corporation.
All rights reserved.