AdalServiceException Constructor

 

Applies to: Version: 2.19.208020213, Platform: .NET Desktop.

Namespace:   Microsoft.IdentityModel.Clients.ActiveDirectory
Assembly:  Microsoft.IdentityModel.Clients.ActiveDirectory (in Microsoft.IdentityModel.Clients.ActiveDirectory.dll)

Overload List

Name Description
System_CAPS_protmethod AdalServiceException(SerializationInfo, StreamingContext)

Initializes a new instance of the exception class with serialized data.

System_CAPS_pubmethod AdalServiceException(String, String)

Initializes a new instance of the exception class with a specified error code and error message.

System_CAPS_pubmethod AdalServiceException(String, String, String[], WebException)

Initializes a new instance of the exception class with a specified error code, error message and a reference to the inner exception that is the cause of this exception.

System_CAPS_pubmethod AdalServiceException(String, WebException)

Initializes a new instance of the exception class with a specified error code and a reference to the inner exception that is the cause of this exception.

See Also

AdalServiceException Class
Microsoft.IdentityModel.Clients.ActiveDirectory Namespace

Return to top