System.Reflection.ReflectionTypeLoadException.ReflectionTypeLoadException C# (CSharp) Метод

ReflectionTypeLoadException() приватный Метод

private ReflectionTypeLoadException ( String message ) : System
message String
Результат System
        private ReflectionTypeLoadException(String message) : base(message) {
            SetErrorCode(__HResults.COR_E_REFLECTIONTYPELOAD);
        }

Same methods

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