ArtemisComm.ParseException.ParseException C# (CSharp) Méthode

ParseException() public méthode

public ParseException ( ) : System
Résultat System
        public ParseException() : base("Error parsing Artemis Protocol packet") { }
        public ParseException(Exception innerException) : base("Error parsing Artemis Protocol packet", innerException) { }

Same methods

ParseException::ParseException ( Exception innerException ) : System
ParseException::ParseException ( SerializationInfo info, StreamingContext context ) : System
ParseException::ParseException ( string message ) : System
ParseException::ParseException ( string message, Exception innerException ) : System
ParseException