Chinchilla.ChinchillaException.ChinchillaException C# (CSharp) 메소드

ChinchillaException() 공개 메소드

public ChinchillaException ( string message ) : System
message string
리턴 System
        public ChinchillaException(string message) : base(message) { }

Same methods

ChinchillaException::ChinchillaException ( ) : System
ChinchillaException::ChinchillaException ( SerializationInfo info, StreamingContext context ) : System
ChinchillaException::ChinchillaException ( string message, Exception inner ) : System
ChinchillaException