System.ComponentModel.LicenseException.LicenseException C# (CSharp) Method

LicenseException() public method

Initializes a new instance of the class for the specified type.

public LicenseException ( Type type ) : Microsoft.Win32
type System.Type
return Microsoft.Win32
        public LicenseException(Type type) : this(type, null, SR.Format(SR.LicExceptionTypeOnly, type.FullName))
        {
        }
        /// <summary>

Same methods

LicenseException::LicenseException ( SerializationInfo info, StreamingContext context ) : Microsoft.Win32
LicenseException::LicenseException ( Type type, object instance ) : Microsoft.Win32
LicenseException::LicenseException ( Type type, object instance, string message ) : Microsoft.Win32
LicenseException::LicenseException ( Type type, object instance, string message, Exception innerException ) : Microsoft.Win32