System.SystemException.SystemException C# (CSharp) Method

SystemException() protected method

protected SystemException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
return System
        protected SystemException(SerializationInfo info, StreamingContext context) : base(info, context) {
        }
    }

Same methods

SystemException::SystemException ( ) : System
SystemException::SystemException ( String message ) : System
SystemException::SystemException ( String message, Exception innerException ) : System
SystemException