Opc.Ua.Schema.SchemaValidator.Exception C# (CSharp) Method

Exception() protected static method

Formats a string and throws an exception.
protected static Exception ( string format ) : Exception
format string
return System.Exception
        protected static Exception Exception(string format)
        {
            throw new FormatException(format);
        }
        

Same methods

SchemaValidator::Exception ( string format, object arg1 ) : Exception
SchemaValidator::Exception ( string format, object arg1, object arg2 ) : Exception
SchemaValidator::Exception ( string format, object arg1, object arg2, object arg3 ) : Exception