ServiceXmlDeserializationException 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
ServiceXmlDeserializationException() |
Initializes a new instance of the ServiceXmlDeserializationException class. |
ServiceXmlDeserializationException(String) |
Initializes a new instance of the ServiceXmlDeserializationException class with an error message. |
ServiceXmlDeserializationException(String, Exception) |
Initializes a new instance of the ServiceXmlDeserializationException class with an error message and an inner exception. |
ServiceXmlDeserializationException()
Initializes a new instance of the ServiceXmlDeserializationException class.
public:
ServiceXmlDeserializationException();
public ServiceXmlDeserializationException ();
Public Sub New ()
Applies to
ServiceXmlDeserializationException(String)
Initializes a new instance of the ServiceXmlDeserializationException class with an error message.
public:
ServiceXmlDeserializationException(System::String ^ message);
public ServiceXmlDeserializationException (string message);
Public Sub New (message As String)
Parameters
- message
- String
The error message text.
Applies to
ServiceXmlDeserializationException(String, Exception)
Initializes a new instance of the ServiceXmlDeserializationException class with an error message and an inner exception.
public:
ServiceXmlDeserializationException(System::String ^ message, Exception ^ innerException);
public ServiceXmlDeserializationException (string message, Exception innerException);
Public Sub New (message As String, innerException As Exception)
Parameters
- message
- String
The error message text.
- innerException
- Exception
The inner exception.