System.NotCancelableException.NotCancelableException C# (CSharp) Method

NotCancelableException() public method

public NotCancelableException ( ) : System.Runtime.Serialization
return System.Runtime.Serialization
		public NotCancelableException ()
			: base (Locale.GetText (" The operation attempted to be canceled could not be because it was not in a cancelable region."))
		{
			HResult = Result;
		}

Same methods

NotCancelableException::NotCancelableException ( SerializationInfo info, StreamingContext context ) : System.Runtime.Serialization
NotCancelableException::NotCancelableException ( string message ) : System.Runtime.Serialization
NotCancelableException::NotCancelableException ( string message, Exception innerException ) : System.Runtime.Serialization
NotCancelableException