PermissionException Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
PermissionException() | |
PermissionException(String) | |
PermissionException(String, Exception) | |
PermissionException(String, String) |
PermissionException()
public:
PermissionException();
public PermissionException ();
Public Sub New ()
Applies to
PermissionException(String)
public:
PermissionException(System::String ^ messageOnly);
public PermissionException (string messageOnly);
new Microsoft.BizTalk.ExplorerOM.PermissionException : string -> Microsoft.BizTalk.ExplorerOM.PermissionException
Public Sub New (messageOnly As String)
Parameters
- messageOnly
- String
Applies to
PermissionException(String, Exception)
public:
PermissionException(System::String ^ msg, Exception ^ innerException);
public PermissionException (string msg, Exception innerException);
new Microsoft.BizTalk.ExplorerOM.PermissionException : string * Exception -> Microsoft.BizTalk.ExplorerOM.PermissionException
Public Sub New (msg As String, innerException As Exception)
Parameters
- msg
- String
- innerException
- Exception
Applies to
PermissionException(String, String)
public:
PermissionException(System::String ^ messageOnly, System::String ^ errorDetails);
public PermissionException (string messageOnly, string errorDetails);
new Microsoft.BizTalk.ExplorerOM.PermissionException : string * string -> Microsoft.BizTalk.ExplorerOM.PermissionException
Public Sub New (messageOnly As String, errorDetails As String)
Parameters
- messageOnly
- String
- errorDetails
- String