System.RankException.RankException C# (CSharp) Method

RankException() protected method

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

Same methods

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