MethodNotFoundException 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
MethodNotFoundException() | |
MethodNotFoundException(String) | |
MethodNotFoundException(SerializationInfo, StreamingContext) | |
MethodNotFoundException(String, Exception) |
MethodNotFoundException()
public:
MethodNotFoundException();
public MethodNotFoundException ();
Public Sub New ()
Applies to
MethodNotFoundException(String)
public:
MethodNotFoundException(System::String ^ message);
public MethodNotFoundException (string message);
new Microsoft.Dynamics.Ax.Xpp.MethodNotFoundException : string -> Microsoft.Dynamics.Ax.Xpp.MethodNotFoundException
Public Sub New (message As String)
Parameters
- message
- String
Applies to
MethodNotFoundException(SerializationInfo, StreamingContext)
protected:
MethodNotFoundException(System::Runtime::Serialization::SerializationInfo ^ info, System::Runtime::Serialization::StreamingContext context);
protected MethodNotFoundException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
new Microsoft.Dynamics.Ax.Xpp.MethodNotFoundException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> Microsoft.Dynamics.Ax.Xpp.MethodNotFoundException
Protected Sub New (info As SerializationInfo, context As StreamingContext)
Parameters
- info
- SerializationInfo
- context
- StreamingContext
Applies to
MethodNotFoundException(String, Exception)
public:
MethodNotFoundException(System::String ^ message, Exception ^ innerException);
public MethodNotFoundException (string message, Exception innerException);
new Microsoft.Dynamics.Ax.Xpp.MethodNotFoundException : string * Exception -> Microsoft.Dynamics.Ax.Xpp.MethodNotFoundException
Public Sub New (message As String, innerException As Exception)
Parameters
- message
- String
- innerException
- Exception