ServerFault(String, String, String) Constructor
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.
Initializes a new instance of the ServerFault class.
public:
ServerFault(System::String ^ exceptionType, System::String ^ message, System::String ^ stackTrace);
public ServerFault (string exceptionType, string message, string stackTrace);
new System.Runtime.Serialization.Formatters.ServerFault : string * string * string -> System.Runtime.Serialization.Formatters.ServerFault
Public Sub New (exceptionType As String, message As String, stackTrace As String)
Parameters
- exceptionType
- String
The type of the exception that occurred on the server.
- message
- String
The message that accompanied the exception.
- stackTrace
- String
The stack trace of the thread that threw the exception on the server.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.