StatLight.Core.Events.FatalSilverlightExceptionServerEvent.FatalSilverlightExceptionServerEvent C# (CSharp) Method

FatalSilverlightExceptionServerEvent() public method

public FatalSilverlightExceptionServerEvent ( DialogType dialogType ) : System
dialogType DialogType
return System
        public FatalSilverlightExceptionServerEvent(DialogType dialogType)
        {
            DialogType = dialogType;
        }
FatalSilverlightExceptionServerEvent