0 out of 4 rated this helpful - Rate this topic

ApplicationException Constructor

Initializes a new instance of the ApplicationException class.

Name Description
ApplicationException () Initializes a new instance of the ApplicationException class.

Supported by the .NET Compact Framework.

ApplicationException (String) Initializes a new instance of the ApplicationException class with a specified error message.

Supported by the .NET Compact Framework.

ApplicationException (SerializationInfo, StreamingContext) Initializes a new instance of the ApplicationException class with serialized data.
ApplicationException (String, Exception) Initializes a new instance of the ApplicationException class with a specified error message and a reference to the inner exception that is the cause of this exception.

Supported by the .NET Compact Framework.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.