Server.CrashedEventArgs.CrashedEventArgs C# (CSharp) Method

CrashedEventArgs() public method

public CrashedEventArgs ( Exception e ) : System
e System.Exception
return System
		public CrashedEventArgs( Exception e )
		{
			m_Exception = e;
		}
	}
CrashedEventArgs