Click or drag to resize

CodedAggregateException Constructor

[This is preliminary documentation and is subject to change.]

Overload List
  NameDescription
Public methodCodedAggregateException
Initializes a new instance of the CodedAggregateException class with a system-supplied message that describes the error.
Public methodCodedAggregateException(IEnumerableException)
Initializes a new instance of the CodedAggregateException class with references to the inner exceptions that are the cause of this exception.
Public methodCodedAggregateException(Exception)
Initializes a new instance of the CodedAggregateException class with references to the inner exceptions that are the cause of this exception.
Public methodCodedAggregateException(Int32)
Initializes a new instance of the CodedAggregateException class with a specified HRESULT value and a system-supplied message that describes the error.
Public methodCodedAggregateException(String)
Initializes a new instance of the CodedAggregateException class with a specified message that describes the error.
Public methodCodedAggregateException(Int32, IEnumerableException)
Initializes a new instance of the CodedAggregateException class with a specified HRESULT value and references to the inner exceptions that are the cause of this exception.
Public methodCodedAggregateException(Int32, Exception)
Initializes a new instance of the CodedAggregateException class with a specified HRESULT value and references to the inner exceptions that are the cause of this exception.
Public methodCodedAggregateException(Int32, String)
Initializes a new instance of the CodedAggregateException class with a specified HRESULT value and a message that describes the error.
Protected methodCodedAggregateException(SerializationInfo, StreamingContext)
Initializes a new instance of the CodedAggregateException class with serialized data.
Public methodCodedAggregateException(String, IEnumerableException)
Initializes a new instance of the CodedAggregateException class with a specified error message and references to the inner exceptions that are the cause of this exception.
Public methodCodedAggregateException(String, Exception)
Initializes a new instance of the CodedAggregateException class with a specified error message and a reference to the inner exception that is the cause of this exception.
Public methodCodedAggregateException(String, Exception)
Initializes a new instance of the CodedAggregateException class with a specified error message and references to the inner exceptions that are the cause of this exception.
Public methodCodedAggregateException(Int32, String, IEnumerableException)
Initializes a new instance of the CodedAggregateException class with a specified HRESULT value, an error message and references to the inner exceptions that are the cause of this exception.
Public methodCodedAggregateException(Int32, String, Exception)
Initializes a new instance of the CodedAggregateException class with a specified HRESULT value, an error message and a reference to the inner exception that is the cause of this exception.
Public methodCodedAggregateException(Int32, String, Exception)
Initializes a new instance of the CodedAggregateException class with a specified HRESULT value, an error message and references to the inner exceptions that are the cause of this exception.
Top
See Also