InstAPIException Class

Definition

An exception that is thrown when the server failed to resolve friendly names with unique instance IDs.

public ref class InstAPIException : Exception
[System.Serializable]
public class InstAPIException : Exception
[<System.Serializable>]
type InstAPIException = class
    inherit Exception
Public Class InstAPIException
Inherits Exception
Inheritance
InstAPIException
Attributes

Constructors

InstAPIException()

Initializes a new instance of the InstAPIException class.

InstAPIException(SerializationInfo, StreamingContext)

Initializes a new instance of the InstAPIException class with specified information and context.

InstAPIException(String)

Initializes a new instance of the InstAPIException class with specified message.

InstAPIException(String, Exception)

Initializes a new instance of the InstAPIException class with specified message and inner exception.

Applies to