1 out of 1 rated this helpful Rate this topic

InvalidPluginExecutionException Constructor (Overloaded)

banner art

Initializes a new instance of the InvalidPluginExecutionException class.

Overload List

NameDescription
InvalidPluginExecutionException Constructor ()Initializes a new instance of the InvalidPluginExecutionException class.
InvalidPluginExecutionException Constructor (String)Initializes a new instance of the InvalidPluginExecutionException class with a specified error message.
InvalidPluginExecutionException Constructor (String, Exception)Initializes a new instance of the InvalidPluginExecutionException class with a specified error message and a reference to the inner exception that is the cause of this exception.

See Also

InvalidPluginExecutionException Constructor ()

Initializes a new instance of the InvalidPluginExecutionException class.

Syntax

[Visual Basic .NET]
Public Sub InvalidPluginExecutionException()
[C#]
public InvalidPluginExecutionException();

Parameters

This method takes no parameters.

Requirements

Namespace: Microsoft.Crm.Sdk

Assembly: Microsoft.Crm.Sdk.dll

See Also

InvalidPluginExecutionException Constructor (String)

Initializes a new instance of the InvalidPluginExecutionException class with a specified error message.

Syntax

[Visual Basic .NET]
Public Sub InvalidPluginExecutionException(
  ByVal message As String
)
[C#]
public InvalidPluginExecutionException(
  string  message
);

Parameters

message

A message that describes the error.

Requirements

Namespace: Microsoft.Crm.Sdk

Assembly: Microsoft.Crm.Sdk.dll

See Also

InvalidPluginExecutionException Constructor (String, Exception)

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

Syntax

[Visual Basic .NET]
Public Sub InvalidPluginExecutionException(
  ByVal message As String,
  ByVal exception As Exception
)
[C#]
public InvalidPluginExecutionException(
  string  message,
  Exception  exception
);

Parameters

message

A message that describes the error.

exception

The exception that is the cause of the current exception.

Requirements

Namespace: Microsoft.Crm.Sdk

Assembly: Microsoft.Crm.Sdk.dll

See Also


© 2010 Microsoft Corporation. All rights reserved.


Did you find this helpful?
(1500 characters remaining)