JsonLD.Core.JsonLdError.Error.Error C# (CSharp) Method

Error() private method

private Error ( string error ) : System
error string
return System
            private Error(string error)
            {
                // non spec related errors
                this.error = error;
            }
JsonLdError.Error