Amazon.StorageGateway.ErrorCode.ErrorCode C# (CSharp) Method

ErrorCode() public method

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