BISDK.FailedToParseJSONResponse.FailedToParseJSONResponse C# (CSharp) Method

FailedToParseJSONResponse() public method

public FailedToParseJSONResponse ( string message ) : System
message string
return System
        public FailedToParseJSONResponse(string message)
            : base(message)
        {
        }
FailedToParseJSONResponse