Amazon.StorageGateway.ErrorCode.ErrorCode C# (CSharp) 메소드

ErrorCode() 공개 메소드

Default Constructor
public ErrorCode ( string value ) : System
value string
리턴 System
        public ErrorCode(string value)
            : base(value)
        {
        }