ScrpException Constructor
[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Initializes a new instance of the ScrpException Class.Initializes a new instance of the ScrpException Class.
Namespace: Microsoft.SystemCenter.Foundation.Provider
Assembly: Microsoft.SystemCenter.Foundation.Provider (in Microsoft.SystemCenter.Foundation.Provider.dll)
Usage
'Usage
Dim msg As String
Dim instance As New ScrpException(msg)
Syntax
'Declaration
Public Sub New ( _
msg As String _
)
public ScrpException (
string msg
)
public:
ScrpException (
String^ msg
)
public ScrpException (
String msg
)
public function ScrpException (
msg : String
)
Remarks
The default constructor initializes any fields to their default values.
Platforms
Development Platforms
Windows Vista, Windows Server 2003, and
Target Platforms
See Also
Reference
ScrpException Class
ScrpException Members
Microsoft.SystemCenter.Foundation.Provider Namespace