System.Reflection.ReflectionTypeLoadException.ReflectionTypeLoadException C# (CSharp) Method

ReflectionTypeLoadException() private method

private ReflectionTypeLoadException ( ) : System
return System
        private ReflectionTypeLoadException()
            : base(Environment.GetResourceString("ReflectionTypeLoad_LoadFailed")) {
            SetErrorCode(__HResults.COR_E_REFLECTIONTYPELOAD);
        }

Same methods

ReflectionTypeLoadException::ReflectionTypeLoadException ( SerializationInfo info, StreamingContext context ) : System
ReflectionTypeLoadException::ReflectionTypeLoadException ( String message ) : System
ReflectionTypeLoadException::ReflectionTypeLoadException ( Type classes, Exception exceptions ) : System
ReflectionTypeLoadException::ReflectionTypeLoadException ( Type classes, Exception exceptions, String message ) : System