System.RankException.RankException C# (CSharp) Méthode

RankException() protected méthode

protected RankException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
Résultat 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