Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Creates and initializes an instance of the MSOException class.
Namespace: Microsoft.WindowsServerSolutions.AzureADIntegration
Assembly: Wssg.AzureAD.Objects (in Wssg.AzureAD.Objects.dll)
Usage
'Usage
Dim message As String
Dim instance As New MSOException(message)
Syntax
'Declaration
Public Sub New ( _
message As String _
)
public MSOException (
string message
)
public:
MSOException (
String^ message
)
public MSOException (
String message
)
public function MSOException (
message : String
)
Parameters
- message
The error message that describes the exception.
Platforms
Development Platforms
Windows 7 x32, Windows 7 x64, Windows Server 2008 R2 x64, Windows Server 2012 x64, Windows Server 2012 R2 x64
Target Platforms
Windows Server 2012 R2 x64, Windows Server 2012 R2 Essentials
See Also
Reference
MSOException Class
MSOException Members
Microsoft.WindowsServerSolutions.AzureADIntegration Namespace
Copyright © 2013 by Microsoft Corporation. All rights reserved.