System.Runtime.Serialization.Formatters.ServerFault.ServerFault C# (CSharp) Method

ServerFault() private method

private ServerFault ( Exception exception ) : System
exception Exception
return System
        internal ServerFault(Exception exception)
        {
            this.exception = exception;
            //this.exceptionType = exception.GetType().AssemblyQualifiedName;
            //this.message = exception.Message;
        }

Same methods

ServerFault::ServerFault ( String exceptionType, String message, String stackTrace ) : System
ServerFault