ARCed.ARCedException.ARCedException C# (CSharp) 메소드

ARCedException() 공개 메소드

Default constructor
public ARCedException ( string message ) : System
message string Exception message
리턴 System
        public ARCedException(string message)
            : base(message)
        {
        }
ARCedException